home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 November / CPNL0711.ISO / boekhoud / finan / BADGER finance v1.0 beta 2.exe / xampplite / security / htdocs / xampp.js < prev    next >
Text File  |  2005-12-03  |  560b  |  34 lines

  1. function o(x, m) {
  2.     if (light == x) {
  3.         return;
  4.     }
  5.     document.images[light + 1].src = "img/" + lightm + "_off.gif";
  6.     light = x;
  7.     lightm = m;
  8. }
  9.  
  10. function h(t) {
  11.     if (typeof last == "undefined") {
  12.         last=document.anchors[0];
  13.     }
  14.     last.className = 'n';
  15.     t.className = 'nh';
  16.     t.blur();
  17.     last = t;
  18. }
  19.  
  20. function l(n, m) {
  21.     document.images[n + 1].src = "img/" + m + "_on.gif";
  22. }
  23.  
  24. function d(n, m) {
  25.     if (light == n) {
  26.         return;
  27.     }
  28.     document.images[n + 1].src = "img/" + m + "_off.gif";
  29. }
  30.  
  31. function c(u) {
  32.     parent.content.location = u;
  33. }
  34.